home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / cosmicfozmik.swf / scripts / frame_7 / PlaceObject2_187_90 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-09-27  |  218 b   |  10 lines

  1. onClipEvent(load){
  2.    isNegative = 0;
  3.    myColor = new Color(this);
  4.    orig = myColor.getTransform();
  5.    if(_root.negativeColor == 0)
  6.    {
  7.       myColor.setTint(random(250),random(250),random(250),24);
  8.    }
  9. }
  10.